Xceed DataGrid for Silverlight Documentation
Remove(TKey) Method


The key of the element to remove. Cannot be a null reference (Nothing in Visual Basic).
Removes the value with the specified key from the dictionary.
Syntax
'Declaration
 
Public Overloads Function Remove( _
   ByVal key As TKey _
) As Boolean
'Usage
 
Dim instance As SelectionRange.NotificationDictionary(Of TKey,TValue)
Dim key As TKey
Dim value As Boolean
 
value = instance.Remove(key)
public bool Remove( 
   TKey key
)

Parameters

key
The key of the element to remove. Cannot be a null reference (Nothing in Visual Basic).

Return Value

true if the element was removed; false if the key was not found.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SelectionRange.NotificationDictionary<TKey,TValue> Class
SelectionRange.NotificationDictionary<TKey,TValue> Members
Overload List

Send Feedback